home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / gatosaltarin.swf / scripts / DefineButton2_23 / BUTTONCONDACTION on(release, keyPress 0).as
Text File  |  2007-09-28  |  106b  |  8 lines

  1. on(release, keyPress "0"){
  2.    tellTarget("/")
  3.    {
  4.       gotoAndStop("main");
  5.       play();
  6.    }
  7. }
  8.